﻿2026-07-19T12:17:46.2486728Z ##[group]Run actions/checkout@v5
2026-07-19T12:17:46.2487598Z with:
2026-07-19T12:17:46.2488184Z   fetch-depth: 0
2026-07-19T12:17:46.2488796Z   repository: BigscreenVR/spt-bs-core
2026-07-19T12:17:46.2494078Z   token: ***
2026-07-19T12:17:46.2494638Z   ssh-strict: true
2026-07-19T12:17:46.2495231Z   ssh-user: git
2026-07-19T12:17:46.2495814Z   persist-credentials: true
2026-07-19T12:17:46.2496438Z   clean: true
2026-07-19T12:17:46.2497055Z   sparse-checkout-cone-mode: true
2026-07-19T12:17:46.2497730Z   fetch-tags: false
2026-07-19T12:17:46.2498301Z   show-progress: true
2026-07-19T12:17:46.2498886Z   lfs: false
2026-07-19T12:17:46.2499537Z   submodules: false
2026-07-19T12:17:46.2500128Z   set-safe-directory: true
2026-07-19T12:17:46.2500787Z ##[endgroup]
2026-07-19T12:17:46.4264338Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-19T12:17:46.4266202Z ##[group]Getting Git version info
2026-07-19T12:17:46.4267923Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-19T12:17:46.4614188Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-19T12:17:46.4820280Z git version 2.43.0.windows.1
2026-07-19T12:17:46.4845245Z ##[endgroup]
2026-07-19T12:17:46.4855469Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\dcb5c840-ebc5-4466-8255-2271ae8364c5\.gitconfig'
2026-07-19T12:17:46.4870068Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\dcb5c840-ebc5-4466-8255-2271ae8364c5' before making global git config changes
2026-07-19T12:17:46.4872085Z Adding repository directory to the temporary git global config as a safe directory
2026-07-19T12:17:46.4875628Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-19T12:17:46.5130199Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-19T12:17:46.5340032Z https://github.com/BigscreenVR/spt-bs-core
2026-07-19T12:17:46.5375988Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-19T12:17:46.5380627Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-19T12:17:46.5594927Z HEAD
2026-07-19T12:17:46.5850156Z ##[endgroup]
2026-07-19T12:17:46.5852720Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-19T12:17:46.9369476Z ##[group]Cleaning the repository
2026-07-19T12:17:46.9374408Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-19T12:17:57.3256516Z Removing target/
2026-07-19T12:17:57.3285260Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-19T12:17:57.3753580Z HEAD is now at a8595560 Merge 0bd4be36f9b8fcb75e07924cce42ea88cc3645e8 into 622a7061713d5d5aa7697fedfc0d303e5d67719c
2026-07-19T12:17:57.3773920Z ##[endgroup]
2026-07-19T12:17:57.3777835Z ##[group]Disabling automatic garbage collection
2026-07-19T12:17:57.3782918Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-19T12:17:57.4001911Z ##[endgroup]
2026-07-19T12:17:57.4002417Z ##[group]Setting up auth
2026-07-19T12:17:57.4008568Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-19T12:17:57.4223786Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-19T12:17:57.7944221Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-19T12:17:57.8182241Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-19T12:17:58.1944942Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-19T12:17:58.2179749Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-19T12:17:58.5959853Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-19T12:17:58.6247260Z ##[endgroup]
2026-07-19T12:17:58.6247929Z ##[group]Fetching the repository
2026-07-19T12:17:58.6258641Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +a8595560e66b1dbcc950b63305bda4e2e446328d:refs/remotes/pull/35/merge
2026-07-19T12:17:59.7582756Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-19T12:17:59.7583638Z  * [new branch]        build/w6-registry-rig-race -> origin/build/w6-registry-rig-race
2026-07-19T12:17:59.7729519Z ##[endgroup]
2026-07-19T12:17:59.7729959Z ##[group]Determining the checkout info
2026-07-19T12:17:59.7730540Z ##[endgroup]
2026-07-19T12:17:59.7735840Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-19T12:17:59.8017487Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-19T12:17:59.8244946Z ##[group]Checking out the ref
2026-07-19T12:17:59.8249267Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/35/merge
2026-07-19T12:17:59.8622210Z HEAD is now at a8595560 Merge 0bd4be36f9b8fcb75e07924cce42ea88cc3645e8 into 622a7061713d5d5aa7697fedfc0d303e5d67719c
2026-07-19T12:17:59.8644458Z ##[endgroup]
2026-07-19T12:17:59.8902168Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-19T12:17:59.9118705Z a8595560e66b1dbcc950b63305bda4e2e446328d
